[docs] Add some 'Since: 2.4' tags
authorTorsten Schoenfeld <kaffeetisch@gmx.de>
Fri, 18 Dec 2009 19:58:26 +0000 (20:58 +0100)
committerJavier Jardón <jjardon@gnome.org>
Fri, 18 Dec 2009 20:00:10 +0000 (21:00 +0100)
This patch adds Since: 2.4 tags to gtk_bindings_activate_event,
gtk_window_propagate_key_event and gtk_window_activate_key.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604859

Signed-off-by: Javier Jardón <jjardon@gnome.org>
gtk/gtkbindings.c
gtk/gtkwindow.c

index 0d2e832537101d6451099e05a4bc98545d3dc171..db5d83a722de51140749e0c21f86744a5a6ed576 100644 (file)
@@ -1334,6 +1334,8 @@ gtk_bindings_activate (GtkObject       *object,
  * @event, and if one was found, activate it.
  * 
  * Return value: %TRUE if a matching key binding was found
+ *
+ * Since: 2.4
  */
 gboolean
 gtk_bindings_activate_event (GtkObject   *object,
index 3a35731b5b5425e81d69121b8a7ef7e7b804f130..e5d6080a5085d6590306c558dc7d0c47f23f3363 100644 (file)
@@ -5119,7 +5119,9 @@ _gtk_window_query_nonaccels (GtkWindow      *window,
  * overriding the standard key handling for a toplevel window.
  *
  * Return value: %TRUE if a widget in the focus chain handled the event.
- **/
+ *
+ * Since: 2.4
+ */
 gboolean
 gtk_window_propagate_key_event (GtkWindow        *window,
                                 GdkEventKey      *event)
@@ -8204,7 +8206,9 @@ gtk_window_free_key_hash (GtkWindow *window)
  * overriding the standard key handling for a toplevel window.
  *
  * Return value: %TRUE if a mnemonic or accelerator was found and activated.
- **/
+ *
+ * Since: 2.4
+ */
 gboolean
 gtk_window_activate_key (GtkWindow   *window,
                         GdkEventKey *event)